home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / programmer / 5296 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.8 KB

  1. Path: informatik.tu-muenchen.de!fischerj
  2. From: fischerj@informatik.tu-muenchen.de (Juergen "Rally" Fischer)
  3. Newsgroups: comp.sys.amiga.programmer
  4. Subject: Re: Demo/game to OS frien
  5. Date: 12 Mar 1996 16:55:57 GMT
  6. Organization: Technische Universitaet Muenchen, Germany
  7. Distribution: world
  8. Message-ID: <4i4aat$7o8@sunsystem5.informatik.tu-muenchen.de>
  9. References: <38232498@kone.fipnet.fi> <4gctlm$bcn@oreig.uji.es>   <38232604@kone.fipnet.fi> <4gj3ve$f9c@sunsystem5.informatik.tu-muenchen.de>  <642.6629T546T2374@login.eunet.no> <4gpjgi$19c@serpens.rhein.de> <265.6630T583T838@login.eunet.no> <4gt2ub$ban@serpens.rhein.de> <4gtm3n$mu0@sunsystem5.informatik.tu-muenchen.de> <4h6ag5$541@serpens.rhein.de>
  10. NNTP-Posting-Host: hphalle10.informatik.tu-muenchen.de
  11. Originator: fischerj@hphalle10.informatik.tu-muenchen.de
  12.  
  13.  
  14. |> If there is no buffer then the CPU databus is occupied for the
  15. |> complete cycle. No way to interleave that with other accesses
  16. |> and not lose cycles.
  17.  
  18. but a infinite fast cpu+fastmem can aproximate 7mb/sec that way :)
  19.  
  20. |> 
  21. |> The best compromise for all systems is to fetch as many words
  22. |> into registers and then write them to chip memory. Of course that
  23. |> loses the A3000's (and other's) advantage but the overhead is
  24. others ? other "chipbuffer" amigas ?
  25.  
  26. well, on 020-14 normal copy is also better because it does in 12 cycles
  27. vs. 8 + "somewhat about 5" when doing movem load.
  28.  
  29. 030 boards are said to do move.l (An)+,dn faster than movem load. funny.
  30.  
  31. |> minimized (especially for machines with 16bit chipmem).
  32. |> 
  33. |> Regards,
  34. |> -- 
  35. |>                                 Michael van Elst
  36. |> 
  37. |> Internet: mlelstv@serpens.rhein.de
  38. |>                                 "A potential Snark may lurk in every tree."
  39. ------------------------------------------------------------------------
  40.    fischerj@Informatik.TU-Muenchen.DE (Juergen "Rally" Fischer)   =:)
  41.  
  42.